
.city-img{
    height: 50vh !important; 
    background-size: 100% 50vh !important; 
    background-position: Center center !important;
}
.datepicker-days td{
    padding:7px 7px 7px 7px;
}
.team1_logo{
    width: 80px;
    height: 80px;
    border-radius: 15px;
}
.team2_logo{
    width: 80px;
    height: 80px;
    border-radius: 15px;
}
.team1_name{
    font-size: 20px;
    color: white;
    word-break: break-all;
    line-height: 22px;
    padding-top: 10px;
}
.team2_name{
    font-size: 20px;
    color: white;
    word-break: break-all;
    line-height: 22px;
    padding-top: 10px;
}
.buy-button{
    width: 35% !important;
    max-width: 35% !important;
   

}
.vs{
    color: white; 
    font-size: 25px; 
    text-align: center;
    padding-top: 20px;
}


@media(max-width: 600px){
    .team1_logo{
        width: 40px;
        height: 40px;
        border-radius: 5px;
    }
    .team2_logo{
        width: 40px;
        height: 40px;
        border-radius: 5px;
    }
    .team1_name{
        font-size: 12px;
        color: white;
        word-break: break-all;
        line-height: 14px;
        padding-top: 10px;
    }
    .team2_name{
        font-size: 12px;
        color: white;
        word-break: break-all;
        line-height: 14px;
        padding-top: 10px;
    }
    .vs{
        color: white; 
        font-size: 15px; 
        text-align: center;
    }
    .buy-button{
        width: 100% !important;
        max-width: 100% !important;
        padding: 10px 10px !important;
        border-radius: 15px !important;
        line-height: 0px !important;
        height: 35px;
        font-size: 12px !important;
    }
    .citytxt{
        font-size: 13px !important;
        padding-top: 8px !important;
    }
}
.wow{
    padding: 5px 10px 0px 10px !important;
    align-items: baseline !important;
}
.single-tab-content .col-3{
    padding-left: 5px;
    padding-right: 5px;
}
.single-tab-content .col-4{
    padding-left: 10px;
    padding-right: 5px;
}
.center{
    text-align: center;
}
.citytxt{
    color: white;
    font-size: 16px;
    padding-top: 10px;
    text-align: center;
}